home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / gui / example / igui_StartupConfirm.c < prev    next >
C/C++ Source or Header  |  1999-10-28  |  828b  |  50 lines

  1.  
  2. #include "includes.h"
  3. #include "installergui_data.h"
  4.  
  5. /********************************************************************
  6.  *
  7.  *  DESCRIPTION
  8.  *
  9.  */
  10.  
  11. /********************************************************************
  12.  *
  13.  *  STATIC
  14.  *
  15.  */
  16.  
  17. /********************************************************************
  18.  *
  19.  *  EXTERN
  20.  *
  21.  */
  22.  
  23. /********************************************************************
  24.  *
  25.  *  PUBLIC
  26.  *
  27.  */
  28.  
  29. /********************************************************************
  30.  *
  31.  *  CODE
  32.  *
  33.  */
  34.  
  35. long __asm igui_StartupConfirm(register __a0 APTR application,
  36.                                register __a1 struct FunctionEnvironment *localenv)
  37. {
  38.   #ifdef DEBUG
  39.   DEBUG_MAKRO
  40.   #endif
  41.  
  42.   {
  43.     // struct Application *app = (struct Application *) application;
  44.     long retval = -1;
  45.  
  46.     return(retval);
  47.   }
  48. }
  49.  
  50.